home *** CD-ROM | disk | FTP | other *** search
- Path: in1.uu.net!peach!root
- From: dread@america.net (dread)
- Newsgroups: comp.lang.c++
- Subject: Newbie question ??
- Date: Sun, 14 Jan 1996 13:22:51 GMT
- Organization: America.Net, P.O. Box 1222, Alpharetta, GA 30239-1222
- Message-ID: <4davoi$1vg@peach.america.net>
- NNTP-Posting-Host: pm1-12.america.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- I get the following error when I try to rebuild a very simple project
-
- LIBC.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
- "_WinMain@16"
-
-
- here is the code
-
- #include <iostream.h>
- main(){
- cout << "This is a test";
- }
-
- Using VC++ 2 and win95. Appreciate any help
-
- Later
- d
-
-
-